Html Css Color HEX #424062 Corn Flower Blue

📋 copy color: '#424062'

red 66 ◦ green 64 ◦ blue 98

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

Shades of Corn Flower Blue #424062

Tints of Corn Flower Blue #424062

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.07%

 BLUE value IS 98 (38.67% from 255) = 42.98%

R = 28.95%
G = 28.07%
B = 42.98%

CMYK

 C value IS 0.33

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#424062 (or 0x424062) is known color: Corn Flower Blue. HEX triplet: 42, 40 and 62. RGB value is (66,64,98). Sum of RGB (Red+Green+Blue) = 66+64+98=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 98 - color contains mainly: blue. Hex color #424062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424062 is #BDBF9D. Grayscale: #444444. Windows color (decimal): -12435358 or 6438978. OLE color: 6438978.

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

Color convert

RGB 66 64 98 -
CMYK 0.33 0.35 0 0.62
HSL 243.53º 0.21% 0.32% -
HSV(B) 243.53º 0.35% 0.38% -
XYZ 6.28 5.71 12.33 -
YUV 68.47 144.66 126.24 -
System Red Green Blue C M Y K H S L
Decimal 66 64 98 0.33 0.35 0 0.62 243.53 0.21 0.32
Hex 42 40 62 21 23 0 3E F4 15 20
Octal 102 100 142 41 43 0 76 364 25 40
Binary 1000010 1000000 1100010 100001 100011 0 111110 11110100 10101 100000

Color Harmonies of #424062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424062

Black with #424062

Text Example


Text Example

White with #424062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424062; }

 p { color: rgb(66,64,98); }

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

background-color css

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

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

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

border-color css

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

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

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