Html Css Color HEX #424474 Corn Flower Blue

📋 copy color: '#424474'

red 66 ◦ green 68 ◦ blue 116

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

Shades of Corn Flower Blue #424474

Tints of Corn Flower Blue #424474

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.2%

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

R = 26.4%
G = 27.2%
B = 46.4%

CMYK

 C value IS 0.43

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#424474 (or 0x424474) is known color: Corn Flower Blue. HEX triplet: 42, 44 and 74. RGB value is (66,68,116). Sum of RGB (Red+Green+Blue) = 66+68+116=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 116 - color contains mainly: blue. Hex color #424474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424474 is #BDBB8B. Grayscale: #484848. Windows color (decimal): -12434316 or 7619650. OLE color: 7619650.

HSL color Cylindrical-coordinate representation of color #424474: hue angle of 237.6º 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 #424474 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 68 116 -
CMYK 0.43 0.41 0 0.55
HSL 237.6º 0.27% 0.36% -
HSV(B) 237.6º 0.43% 0.45% -
XYZ 7.47 6.55 17.39 -
YUV 72.87 152.34 123.1 -
System Red Green Blue C M Y K H S L
Decimal 66 68 116 0.43 0.41 0 0.55 237.6 0.27 0.36
Hex 42 44 74 2B 29 0 37 EE 1B 24
Octal 102 104 164 53 51 0 67 356 33 44
Binary 1000010 1000100 1110100 101011 101001 0 110111 11101110 11011 100100

Color Harmonies of #424474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424474

Black with #424474

Text Example


Text Example

White with #424474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424474; }

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

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

background-color css

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

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

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

border-color css

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

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

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