Html Css Color HEX #424170 Corn Flower Blue

📋 copy color: '#424170'

red 66 ◦ green 65 ◦ blue 112

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

Shades of Corn Flower Blue #424170

Tints of Corn Flower Blue #424170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.75%

 BLUE value IS 112 (44.14% from 255) = 46.09%

R = 27.16%
G = 26.75%
B = 46.09%

CMYK

 C value IS 0.41

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#424170 (or 0x424170) is known color: Corn Flower Blue. HEX triplet: 42, 41 and 70. RGB value is (66,65,112). Sum of RGB (Red+Green+Blue) = 66+65+112=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #424170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424170 is #BDBE8F. Grayscale: #464646. Windows color (decimal): -12435088 or 7356738. OLE color: 7356738.

HSL color Cylindrical-coordinate representation of color #424170: hue angle of 241.28º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #424170 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 65 112 -
CMYK 0.41 0.42 0 0.56
HSL 241.28º 0.27% 0.35% -
HSV(B) 241.28º 0.42% 0.44% -
XYZ 7.06 6.11 16.14 -
YUV 70.66 151.33 124.68 -
System Red Green Blue C M Y K H S L
Decimal 66 65 112 0.41 0.42 0 0.56 241.28 0.27 0.35
Hex 42 41 70 29 2A 0 38 F1 1B 23
Octal 102 101 160 51 52 0 70 361 33 43
Binary 1000010 1000001 1110000 101001 101010 0 111000 11110001 11011 100011

Color Harmonies of #424170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424170

Black with #424170

Text Example


Text Example

White with #424170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424170; }

 p { color: rgb(66,65,112); }

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

background-color css

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

 a { background-color: rgb(66,65,112); }

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

border-color css

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

 span { border-color: rgb(66,65,112); }

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