Html Css Color HEX #424260 Corn Flower Blue

📋 copy color: '#424260'

red 66 ◦ green 66 ◦ blue 96

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

Shades of Corn Flower Blue #424260

Tints of Corn Flower Blue #424260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 42.11%

R = 28.95%
G = 28.95%
B = 42.11%

CMYK

 C value IS 0.31

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#424260 (or 0x424260) is known color: Corn Flower Blue. HEX triplet: 42, 42 and 60. RGB value is (66,66,96). Sum of RGB (Red+Green+Blue) = 66+66+96=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 96 - color contains mainly: blue. Hex color #424260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424260 is #BDBD9F. Grayscale: #454545. Windows color (decimal): -12434848 or 6308418. OLE color: 6308418.

HSL color Cylindrical-coordinate representation of color #424260: hue angle of 240º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #424260 is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 66 96 -
CMYK 0.31 0.31 0 0.62
HSL 240º 0.19% 0.32% -
HSV(B) 240º 0.31% 0.38% -
XYZ 6.31 5.9 11.87 -
YUV 69.42 143 125.56 -
System Red Green Blue C M Y K H S L
Decimal 66 66 96 0.31 0.31 0 0.62 240 0.19 0.32
Hex 42 42 60 1F 1F 0 3E F0 13 20
Octal 102 102 140 37 37 0 76 360 23 40
Binary 1000010 1000010 1100000 11111 11111 0 111110 11110000 10011 100000

Color Harmonies of #424260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424260

Black with #424260

Text Example


Text Example

White with #424260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424260; }

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

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

background-color css

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

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

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

border-color css

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

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

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