Html Css Color HEX #409CCA Viking

📋 copy color: '#409CCA'

red 64 ◦ green 156 ◦ blue 202

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

Shades of Viking #409CCA

Tints of Viking #409CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.87%

R = 15.17%
G = 36.97%
B = 47.87%

CMYK

 C value IS 0.68

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#409CCA (or 0x409CCA) is known color: Viking. HEX triplet: 40, 9C and CA. RGB value is (64,156,202). Sum of RGB (Red+Green+Blue) = 64+156+202=422 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.17% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #409CCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409CCA is #BF6335. Grayscale: #858585. Windows color (decimal): -12542774 or 13278272. OLE color: 13278272.

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

Color convert

RGB 64 156 202 -
CMYK 0.68 0.23 0 0.21
HSL 200º 0.57% 0.52% -
HSV(B) 200º 0.68% 0.79% -
XYZ 24.66 29.13 60.2 -
YUV 133.74 166.52 78.26 -
System Red Green Blue C M Y K H S L
Decimal 64 156 202 0.68 0.23 0 0.21 200 0.57 0.52
Hex 40 9C CA 44 17 0 15 C8 39 34
Octal 100 234 312 104 27 0 25 310 71 64
Binary 1000000 10011100 11001010 1000100 10111 0 10101 11001000 111001 110100

Color Harmonies of #409CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409CCA

Black with #409CCA

Text Example


Text Example

White with #409CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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