Html Css Color HEX #409CCB Viking

📋 copy color: '#409CCB'

red 64 ◦ green 156 ◦ blue 203

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

Shades of Viking #409CCB

Tints of Viking #409CCB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.88%

 BLUE value IS 203 (79.69% from 255) = 47.99%

R = 15.13%
G = 36.88%
B = 47.99%

CMYK

 C value IS 0.68

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#409CCB (or 0x409CCB) is known color: Viking. HEX triplet: 40, 9C and CB. RGB value is (64,156,203). Sum of RGB (Red+Green+Blue) = 64+156+203=423 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.13% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #409CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409CCB is #BF6334. Grayscale: #858585. Windows color (decimal): -12542773 or 13343808. OLE color: 13343808.

HSL color Cylindrical-coordinate representation of color #409CCB: hue angle of 200.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #409CCB is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 156 203 -
CMYK 0.68 0.23 0 0.20
HSL 200.29º 0.57% 0.52% -
HSV(B) 200.29º 0.68% 0.8% -
XYZ 24.78 29.18 60.83 -
YUV 133.85 167.02 78.18 -
System Red Green Blue C M Y K H S L
Decimal 64 156 203 0.68 0.23 0 0.20 200.29 0.57 0.52
Hex 40 9C CB 44 17 0 14 C8 39 34
Octal 100 234 313 104 27 0 24 310 71 64
Binary 1000000 10011100 11001011 1000100 10111 0 10100 11001000 111001 110100

Color Harmonies of #409CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409CCB

Black with #409CCB

Text Example


Text Example

White with #409CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,156,203); }

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

background-color css

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

 a { background-color: rgb(64,156,203); }

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

border-color css

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

 span { border-color: rgb(64,156,203); }

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