Html Css Color HEX #424075 Corn Flower Blue

📋 copy color: '#424075'

red 66 ◦ green 64 ◦ blue 117

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

Shades of Corn Flower Blue #424075

Tints of Corn Flower Blue #424075

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.91%

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

R = 26.72%
G = 25.91%
B = 47.37%

CMYK

 C value IS 0.44

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#424075 (or 0x424075) is known color: Corn Flower Blue. HEX triplet: 42, 40 and 75. RGB value is (66,64,117). Sum of RGB (Red+Green+Blue) = 66+64+117=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #424075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424075 is #BDBF8A. Grayscale: #464646. Windows color (decimal): -12435339 or 7684162. OLE color: 7684162.

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

Color convert

RGB 66 64 117 -
CMYK 0.44 0.45 0 0.54
HSL 242.26º 0.29% 0.35% -
HSV(B) 242.26º 0.45% 0.46% -
XYZ 7.29 6.11 17.62 -
YUV 70.64 154.16 124.69 -
System Red Green Blue C M Y K H S L
Decimal 66 64 117 0.44 0.45 0 0.54 242.26 0.29 0.35
Hex 42 40 75 2C 2D 0 36 F2 1D 23
Octal 102 100 165 54 55 0 66 362 35 43
Binary 1000010 1000000 1110101 101100 101101 0 110110 11110010 11101 100011

Color Harmonies of #424075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424075

Black with #424075

Text Example


Text Example

White with #424075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424075; }

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

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

background-color css

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

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

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

border-color css

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

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

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