#4198D4

Color #4198D4 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #4198D4

Tints of Picton Blue #4198D4

Color information

#4198D4 (or 0x4198D4) is unknown color: approx Picton Blue. HEX triplet: 41, 98 and D4. RGB value is (65,152,212). Sum of RGB (Red+Green+Blue) = 65+152+212=429 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.15% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 212 (83.20% from 255 or 49.42% from 429); Max value from RGB is 212 - color contains mainly: blue. Hex color #4198D4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4198D4 is #BE672B. Grayscale: #848484. Windows color (decimal): -12478252 or 13932609. OLE color: 13932609.

HSL color Cylindrical-coordinate representation of color #4198D4: hue angle of 204.49º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4198D4 is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB65152212-
CMYK0.690.2800.17
HSL204.49º63.09%54.31%-
HSV(B)204.49º69.34%83.14%-
XYZ25.2928.3366.42-
YUV132.83172.6879.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 15.15%
GREEN value IS 152 (59.77% from 255) = 35.43%
BLUE value IS 212 (83.20% from 255) = 49.42%
R=15.15%
G=35.43%
B=49.42%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal651522120.690.2800.17204.4963.0954.31
Hex4198D4451C011cc3f36
Octal101230324105340213147766
Binary1000001100110001101010010001011110001000111001100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4198D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4198D4; }

 p { color: rgb(65,152,212); }

 H1.HeaderClassName
 {
   color: #4198D4;
 }
 .AnyTagClassName
 {
   color: #4198D4;
 }
</style>
background-color css

<style>
 a { background-color: #4198D4; }

 a { background-color: rgb(65,152,212); }

 div.DivClassName
 {
   background-color: #4198D4;
 }
 .BgClassName
 {
   background-color: #4198D4;
 }
</style>
border-color css

<style>
 span { border-color: #4198D4; }

 span { border-color: rgb(65,152,212); }

 td.TdClassName
 {
   border-color: #4198D4;
 }
 .TagClassName
 {
   border-color: #4198D4;
 }
</style>