Html Css Color HEX #464263 Corn Flower Blue

📋 copy color: '#464263'

red 70 ◦ green 66 ◦ blue 99

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

Shades of Corn Flower Blue #464263

Tints of Corn Flower Blue #464263

RGB

 RED value IS 70 (27.73% from 255) = 29.79%

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

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

R = 29.79%
G = 28.09%
B = 42.13%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#464263 (or 0x464263) is known color: Corn Flower Blue. HEX triplet: 46, 42 and 63. RGB value is (70,66,99). Sum of RGB (Red+Green+Blue) = 70+66+99=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 99 - color contains mainly: blue. Hex color #464263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464263 is #B9BD9C. Grayscale: #464646. Windows color (decimal): -12172701 or 6505030. OLE color: 6505030.

HSL color Cylindrical-coordinate representation of color #464263: hue angle of 247.27º 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 #464263 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 66 99 -
CMYK 0.29 0.33 0 0.61
HSL 247.27º 0.2% 0.32% -
HSV(B) 247.27º 0.33% 0.39% -
XYZ 6.73 6.1 12.63 -
YUV 70.96 143.83 127.32 -
System Red Green Blue C M Y K H S L
Decimal 70 66 99 0.29 0.33 0 0.61 247.27 0.2 0.32
Hex 46 42 63 1D 21 0 3D F7 14 20
Octal 106 102 143 35 41 0 75 367 24 40
Binary 1000110 1000010 1100011 11101 100001 0 111101 11110111 10100 100000

Color Harmonies of #464263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464263

Black with #464263

Text Example


Text Example

White with #464263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464263; }

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

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

background-color css

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

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

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

border-color css

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

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

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