Html Css Color HEX #424475 Corn Flower Blue

📋 copy color: '#424475'

red 66 ◦ green 68 ◦ blue 117

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

Shades of Corn Flower Blue #424475

Tints of Corn Flower Blue #424475

RGB

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

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

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

R = 26.29%
G = 27.09%
B = 46.61%

CMYK

 C value IS 0.44

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#424475 (or 0x424475) is known color: Corn Flower Blue. HEX triplet: 42, 44 and 75. RGB value is (66,68,117). Sum of RGB (Red+Green+Blue) = 66+68+117=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #424475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424475 is #BDBB8A. Grayscale: #484848. Windows color (decimal): -12434315 or 7685186. OLE color: 7685186.

HSL color Cylindrical-coordinate representation of color #424475: hue angle of 237.65º 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 #424475 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 68 117 -
CMYK 0.44 0.42 0 0.54
HSL 237.65º 0.28% 0.36% -
HSV(B) 237.65º 0.44% 0.46% -
XYZ 7.52 6.58 17.7 -
YUV 72.99 152.84 123.02 -
System Red Green Blue C M Y K H S L
Decimal 66 68 117 0.44 0.42 0 0.54 237.65 0.28 0.36
Hex 42 44 75 2C 2A 0 36 EE 1C 24
Octal 102 104 165 54 52 0 66 356 34 44
Binary 1000010 1000100 1110101 101100 101010 0 110110 11101110 11100 100100

Color Harmonies of #424475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424475

Black with #424475

Text Example


Text Example

White with #424475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424475; }

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

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

background-color css

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

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

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

border-color css

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

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

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