Html Css Color HEX #424463 Corn Flower Blue

📋 copy color: '#424463'

red 66 ◦ green 68 ◦ blue 99

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

Shades of Corn Flower Blue #424463

Tints of Corn Flower Blue #424463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 42.49%

R = 28.33%
G = 29.18%
B = 42.49%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#424463 (or 0x424463) is known color: Corn Flower Blue. HEX triplet: 42, 44 and 63. RGB value is (66,68,99). Sum of RGB (Red+Green+Blue) = 66+68+99=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 99 - color contains mainly: blue. Hex color #424463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424463 is #BDBB9C. Grayscale: #464646. Windows color (decimal): -12434333 or 6505538. OLE color: 6505538.

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

Color convert

RGB 66 68 99 -
CMYK 0.33 0.31 0 0.61
HSL 236.36º 0.2% 0.32% -
HSV(B) 236.36º 0.33% 0.39% -
XYZ 6.57 6.19 12.65 -
YUV 70.94 143.84 124.48 -
System Red Green Blue C M Y K H S L
Decimal 66 68 99 0.33 0.31 0 0.61 236.36 0.2 0.32
Hex 42 44 63 21 1F 0 3D EC 14 20
Octal 102 104 143 41 37 0 75 354 24 40
Binary 1000010 1000100 1100011 100001 11111 0 111101 11101100 10100 100000

Color Harmonies of #424463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424463

Black with #424463

Text Example


Text Example

White with #424463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424463; }

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

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

background-color css

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

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

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

border-color css

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

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

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