Html Css Color HEX #404069 Corn Flower Blue

📋 copy color: '#404069'

red 64 ◦ green 64 ◦ blue 105

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

Shades of Corn Flower Blue #404069

Tints of Corn Flower Blue #404069

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.47%

 BLUE value IS 105 (41.41% from 255) = 45.06%

R = 27.47%
G = 27.47%
B = 45.06%

CMYK

 C value IS 0.39

 M value IS 0.39

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#404069 (or 0x404069) is known color: Corn Flower Blue. HEX triplet: 40, 40 and 69. RGB value is (64,64,105). Sum of RGB (Red+Green+Blue) = 64+64+105=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #404069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404069 is #BFBF96. Grayscale: #444444. Windows color (decimal): -12566423 or 6897728. OLE color: 6897728.

HSL color Cylindrical-coordinate representation of color #404069: hue angle of 240º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #404069 is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 64 105 -
CMYK 0.39 0.39 0 0.59
HSL 240º 0.24% 0.33% -
HSV(B) 240º 0.39% 0.41% -
XYZ 6.5 5.78 14.14 -
YUV 68.67 148.5 124.67 -
System Red Green Blue C M Y K H S L
Decimal 64 64 105 0.39 0.39 0 0.59 240 0.24 0.33
Hex 40 40 69 27 27 0 3B F0 18 21
Octal 100 100 151 47 47 0 73 360 30 41
Binary 1000000 1000000 1101001 100111 100111 0 111011 11110000 11000 100001

Color Harmonies of #404069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404069

Black with #404069

Text Example


Text Example

White with #404069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404069; }

 p { color: rgb(64,64,105); }

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

background-color css

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

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

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

border-color css

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

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

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