Html Css Color HEX #414069 Corn Flower Blue

📋 copy color: '#414069'

red 65 ◦ green 64 ◦ blue 105

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

Shades of Corn Flower Blue #414069

Tints of Corn Flower Blue #414069

RGB

 RED value IS 65 (25.78% from 255) = 27.78%

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

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

R = 27.78%
G = 27.35%
B = 44.87%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#414069 (or 0x414069) is known color: Corn Flower Blue. HEX triplet: 41, 40 and 69. RGB value is (65,64,105). Sum of RGB (Red+Green+Blue) = 65+64+105=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 105 - color contains mainly: blue. Hex color #414069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414069 is #BEBF96. Grayscale: #444444. Windows color (decimal): -12500887 or 6897729. OLE color: 6897729.

HSL color Cylindrical-coordinate representation of color #414069: hue angle of 241.46º 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 #414069 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 65 64 105 -
CMYK 0.38 0.39 0 0.59
HSL 241.46º 0.24% 0.33% -
HSV(B) 241.46º 0.39% 0.41% -
XYZ 6.56 5.81 14.14 -
YUV 68.97 148.33 125.17 -
System Red Green Blue C M Y K H S L
Decimal 65 64 105 0.38 0.39 0 0.59 241.46 0.24 0.33
Hex 41 40 69 26 27 0 3B F1 18 21
Octal 101 100 151 46 47 0 73 361 30 41
Binary 1000001 1000000 1101001 100110 100111 0 111011 11110001 11000 100001

Color Harmonies of #414069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414069

Black with #414069

Text Example


Text Example

White with #414069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414069; }

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

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

background-color css

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

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

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

border-color css

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

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

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