Html Css Color HEX #424575 Corn Flower Blue

📋 copy color: '#424575'

red 66 ◦ green 69 ◦ blue 117

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

Shades of Corn Flower Blue #424575

Tints of Corn Flower Blue #424575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.38%

 BLUE value IS 117 (46.09% from 255) = 46.43%

R = 26.19%
G = 27.38%
B = 46.43%

CMYK

 C value IS 0.44

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#424575 (or 0x424575) is known color: Corn Flower Blue. HEX triplet: 42, 45 and 75. RGB value is (66,69,117). Sum of RGB (Red+Green+Blue) = 66+69+117=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 117 - color contains mainly: blue. Hex color #424575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424575 is #BDBA8A. Grayscale: #494949. Windows color (decimal): -12434059 or 7685442. OLE color: 7685442.

HSL color Cylindrical-coordinate representation of color #424575: hue angle of 236.47º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #424575 is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 69 117 -
CMYK 0.44 0.41 0 0.54
HSL 236.47º 0.28% 0.36% -
HSV(B) 236.47º 0.44% 0.46% -
XYZ 7.59 6.7 17.72 -
YUV 73.58 152.51 122.6 -
System Red Green Blue C M Y K H S L
Decimal 66 69 117 0.44 0.41 0 0.54 236.47 0.28 0.36
Hex 42 45 75 2C 29 0 36 EC 1C 24
Octal 102 105 165 54 51 0 66 354 34 44
Binary 1000010 1000101 1110101 101100 101001 0 110110 11101100 11100 100100

Color Harmonies of #424575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424575

Black with #424575

Text Example


Text Example

White with #424575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424575; }

 p { color: rgb(66,69,117); }

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

background-color css

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

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

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

border-color css

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

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

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