Html Css Color HEX #424176 Corn Flower Blue

📋 copy color: '#424176'

red 66 ◦ green 65 ◦ blue 118

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

Shades of Corn Flower Blue #424176

Tints of Corn Flower Blue #424176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 47.39%

R = 26.51%
G = 26.1%
B = 47.39%

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

#424176 (or 0x424176) is known color: Corn Flower Blue. HEX triplet: 42, 41 and 76. RGB value is (66,65,118). Sum of RGB (Red+Green+Blue) = 66+65+118=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #424176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424176 is #BDBE89. Grayscale: #474747. Windows color (decimal): -12435082 or 7749954. OLE color: 7749954.

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

Color convert

RGB 66 65 118 -
CMYK 0.44 0.45 0 0.54
HSL 241.13º 0.29% 0.36% -
HSV(B) 241.13º 0.45% 0.46% -
XYZ 7.41 6.25 17.95 -
YUV 71.34 154.33 124.19 -
System Red Green Blue C M Y K H S L
Decimal 66 65 118 0.44 0.45 0 0.54 241.13 0.29 0.36
Hex 42 41 76 2C 2D 0 36 F1 1D 24
Octal 102 101 166 54 55 0 66 361 35 44
Binary 1000010 1000001 1110110 101100 101101 0 110110 11110001 11101 100100

Color Harmonies of #424176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424176

Black with #424176

Text Example


Text Example

White with #424176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424176; }

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

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

background-color css

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

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

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

border-color css

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

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

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