Html Css Color HEX #409FC0 Viking

📋 copy color: '#409FC0'

red 64 ◦ green 159 ◦ blue 192

#409FC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #409FC0

Tints of Viking #409FC0

RGB

 RED value IS 64 (25.39% from 255) = 15.42%

 GREEN value IS 159 (62.5% from 255) = 38.31%

 BLUE value IS 192 (75.39% from 255) = 46.27%

R = 15.42%
G = 38.31%
B = 46.27%

CMYK

 C value IS 0.67

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#409FC0 (or 0x409FC0) is known color: Viking. HEX triplet: 40, 9F and C0. RGB value is (64,159,192). Sum of RGB (Red+Green+Blue) = 64+159+192=415 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.42% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 192 - color contains mainly: blue. Hex color #409FC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409FC0 is #BF603F. Grayscale: #868686. Windows color (decimal): -12542016 or 12623680. OLE color: 12623680.

HSL color Cylindrical-coordinate representation of color #409FC0: hue angle of 195.47º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #409FC0 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 159 192 -
CMYK 0.67 0.17 0 0.25
HSL 195.47º 0.5% 0.5% -
HSV(B) 195.47º 0.67% 0.75% -
XYZ 24.03 29.69 54.33 -
YUV 134.36 160.53 77.82 -
System Red Green Blue C M Y K H S L
Decimal 64 159 192 0.67 0.17 0 0.25 195.47 0.5 0.5
Hex 40 9F C0 43 11 0 19 C3 32 32
Octal 100 237 300 103 21 0 31 303 62 62
Binary 1000000 10011111 11000000 1000011 10001 0 11001 11000011 110010 110010

Color Harmonies of #409FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409FC0

Black with #409FC0

Text Example


Text Example

White with #409FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409FC0; }

 p { color: rgb(64,159,192); }

 H1.HeaderClassName
 {
   color: #409FC0;
 }
 .AnyTagClassName
 {
   color: #409FC0;
 }
</style>

background-color css

<style>
 a { background-color: #409FC0; }

 a { background-color: rgb(64,159,192); }

 div.DivClassName
 {
   background-color: #409FC0;
 }
 .BgClassName
 {
   background-color: #409FC0;
 }
</style>

border-color css

<style>
 span { border-color: #409FC0; }

 span { border-color: rgb(64,159,192); }

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