Html Css Color HEX #424277 Corn Flower Blue

📋 copy color: '#424277'

red 66 ◦ green 66 ◦ blue 119

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

Shades of Corn Flower Blue #424277

Tints of Corn Flower Blue #424277

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.29%

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

R = 26.29%
G = 26.29%
B = 47.41%

CMYK

 C value IS 0.45

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#424277 (or 0x424277) is known color: Corn Flower Blue. HEX triplet: 42, 42 and 77. RGB value is (66,66,119). Sum of RGB (Red+Green+Blue) = 66+66+119=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 119 - color contains mainly: blue. Hex color #424277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424277 is #BDBD88. Grayscale: #474747. Windows color (decimal): -12434825 or 7815746. OLE color: 7815746.

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

Color convert

RGB 66 66 119 -
CMYK 0.45 0.45 0 0.53
HSL 240º 0.29% 0.36% -
HSV(B) 240º 0.45% 0.47% -
XYZ 7.52 6.39 18.29 -
YUV 72.04 154.5 123.69 -
System Red Green Blue C M Y K H S L
Decimal 66 66 119 0.45 0.45 0 0.53 240 0.29 0.36
Hex 42 42 77 2D 2D 0 35 F0 1D 24
Octal 102 102 167 55 55 0 65 360 35 44
Binary 1000010 1000010 1110111 101101 101101 0 110101 11110000 11101 100100

Color Harmonies of #424277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424277

Black with #424277

Text Example


Text Example

White with #424277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424277; }

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

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

background-color css

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

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

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

border-color css

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

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

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