Html Css Color HEX #424077 Corn Flower Blue

📋 copy color: '#424077'

red 66 ◦ green 64 ◦ blue 119

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

Shades of Corn Flower Blue #424077

Tints of Corn Flower Blue #424077

RGB

 RED value IS 66 (26.17% from 255) = 26.51%

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

 BLUE value IS 119 (46.88% from 255) = 47.79%

R = 26.51%
G = 25.7%
B = 47.79%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#424077 (or 0x424077) is known color: Corn Flower Blue. HEX triplet: 42, 40 and 77. RGB value is (66,64,119). Sum of RGB (Red+Green+Blue) = 66+64+119=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 119 - color contains mainly: blue. Hex color #424077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424077 is #BDBF88. Grayscale: #464646. Windows color (decimal): -12435337 or 7815234. OLE color: 7815234.

HSL color Cylindrical-coordinate representation of color #424077: hue angle of 242.18º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #424077 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 64 119 -
CMYK 0.45 0.46 0 0.53
HSL 242.18º 0.3% 0.36% -
HSV(B) 242.18º 0.46% 0.47% -
XYZ 7.41 6.16 18.25 -
YUV 70.87 155.16 124.53 -
System Red Green Blue C M Y K H S L
Decimal 66 64 119 0.45 0.46 0 0.53 242.18 0.3 0.36
Hex 42 40 77 2D 2E 0 35 F2 1E 24
Octal 102 100 167 55 56 0 65 362 36 44
Binary 1000010 1000000 1110111 101101 101110 0 110101 11110010 11110 100100

Color Harmonies of #424077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424077

Black with #424077

Text Example


Text Example

White with #424077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424077; }

 p { color: rgb(66,64,119); }

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

background-color css

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

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

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

border-color css

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

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

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