Html Css Color HEX #424462 Corn Flower Blue

📋 copy color: '#424462'

red 66 ◦ green 68 ◦ blue 98

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

Shades of Corn Flower Blue #424462

Tints of Corn Flower Blue #424462

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.31%

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

R = 28.45%
G = 29.31%
B = 42.24%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#424462 (or 0x424462) is known color: Corn Flower Blue. HEX triplet: 42, 44 and 62. RGB value is (66,68,98). Sum of RGB (Red+Green+Blue) = 66+68+98=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 98 - color contains mainly: blue. Hex color #424462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424462 is #BDBB9D. Grayscale: #464646. Windows color (decimal): -12434334 or 6440002. OLE color: 6440002.

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

Color convert

RGB 66 68 98 -
CMYK 0.33 0.31 0 0.62
HSL 236.25º 0.2% 0.32% -
HSV(B) 236.25º 0.33% 0.38% -
XYZ 6.52 6.17 12.4 -
YUV 70.82 143.34 124.56 -
System Red Green Blue C M Y K H S L
Decimal 66 68 98 0.33 0.31 0 0.62 236.25 0.2 0.32
Hex 42 44 62 21 1F 0 3E EC 14 20
Octal 102 104 142 41 37 0 76 354 24 40
Binary 1000010 1000100 1100010 100001 11111 0 111110 11101100 10100 100000

Color Harmonies of #424462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424462

Black with #424462

Text Example


Text Example

White with #424462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424462; }

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

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

background-color css

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

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

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

border-color css

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

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

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