Html Css Color HEX #424275 Corn Flower Blue

📋 copy color: '#424275'

red 66 ◦ green 66 ◦ blue 117

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

Shades of Corn Flower Blue #424275

Tints of Corn Flower Blue #424275

RGB

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

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

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

R = 26.51%
G = 26.51%
B = 46.99%

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

#424275 (or 0x424275) is known color: Corn Flower Blue. HEX triplet: 42, 42 and 75. RGB value is (66,66,117). Sum of RGB (Red+Green+Blue) = 66+66+117=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 117 - color contains mainly: blue. Hex color #424275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424275 is #BDBD8A. Grayscale: #474747. Windows color (decimal): -12434827 or 7684674. OLE color: 7684674.

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

Color convert

RGB 66 66 117 -
CMYK 0.44 0.44 0 0.54
HSL 240º 0.28% 0.36% -
HSV(B) 240º 0.44% 0.46% -
XYZ 7.41 6.34 17.66 -
YUV 71.81 153.5 123.85 -
System Red Green Blue C M Y K H S L
Decimal 66 66 117 0.44 0.44 0 0.54 240 0.28 0.36
Hex 42 42 75 2C 2C 0 36 F0 1C 24
Octal 102 102 165 54 54 0 66 360 34 44
Binary 1000010 1000010 1110101 101100 101100 0 110110 11110000 11100 100100

Color Harmonies of #424275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424275

Black with #424275

Text Example


Text Example

White with #424275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424275; }

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

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

background-color css

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

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

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

border-color css

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

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

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