Html Css Color HEX #424774 Corn Flower Blue

📋 copy color: '#424774'

red 66 ◦ green 71 ◦ blue 116

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

Shades of Corn Flower Blue #424774

Tints of Corn Flower Blue #424774

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.06%

 BLUE value IS 116 (45.7% from 255) = 45.85%

R = 26.09%
G = 28.06%
B = 45.85%

CMYK

 C value IS 0.43

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#424774 (or 0x424774) is known color: Corn Flower Blue. HEX triplet: 42, 47 and 74. RGB value is (66,71,116). Sum of RGB (Red+Green+Blue) = 66+71+116=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 116 - color contains mainly: blue. Hex color #424774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424774 is #BDB88B. Grayscale: #4A4A4A. Windows color (decimal): -12433548 or 7620418. OLE color: 7620418.

HSL color Cylindrical-coordinate representation of color #424774: hue angle of 234º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #424774 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 71 116 -
CMYK 0.43 0.39 0 0.55
HSL 234º 0.27% 0.36% -
HSV(B) 234º 0.43% 0.45% -
XYZ 7.65 6.93 17.46 -
YUV 74.64 151.34 121.84 -
System Red Green Blue C M Y K H S L
Decimal 66 71 116 0.43 0.39 0 0.55 234 0.27 0.36
Hex 42 47 74 2B 27 0 37 EA 1B 24
Octal 102 107 164 53 47 0 67 352 33 44
Binary 1000010 1000111 1110100 101011 100111 0 110111 11101010 11011 100100

Color Harmonies of #424774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424774

Black with #424774

Text Example


Text Example

White with #424774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424774; }

 p { color: rgb(66,71,116); }

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

background-color css

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

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

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

border-color css

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

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

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