Html Css Color HEX #424175 Corn Flower Blue

📋 copy color: '#424175'

red 66 ◦ green 65 ◦ blue 117

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

Shades of Corn Flower Blue #424175

Tints of Corn Flower Blue #424175

RGB

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

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

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

R = 26.61%
G = 26.21%
B = 47.18%

CMYK

 C value IS 0.44

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#424175 (or 0x424175) is known color: Corn Flower Blue. HEX triplet: 42, 41 and 75. RGB value is (66,65,117). Sum of RGB (Red+Green+Blue) = 66+65+117=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #424175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424175 is #BDBE8A. Grayscale: #474747. Windows color (decimal): -12435083 or 7684418. OLE color: 7684418.

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

Color convert

RGB 66 65 117 -
CMYK 0.44 0.44 0 0.54
HSL 241.15º 0.29% 0.36% -
HSV(B) 241.15º 0.44% 0.46% -
XYZ 7.35 6.22 17.64 -
YUV 71.23 153.83 124.27 -
System Red Green Blue C M Y K H S L
Decimal 66 65 117 0.44 0.44 0 0.54 241.15 0.29 0.36
Hex 42 41 75 2C 2C 0 36 F1 1D 24
Octal 102 101 165 54 54 0 66 361 35 44
Binary 1000010 1000001 1110101 101100 101100 0 110110 11110001 11101 100100

Color Harmonies of #424175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424175

Black with #424175

Text Example


Text Example

White with #424175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424175; }

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

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

background-color css

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

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

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

border-color css

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

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

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