Html Css Color HEX #464363 Corn Flower Blue

📋 copy color: '#464363'

red 70 ◦ green 67 ◦ blue 99

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

Shades of Corn Flower Blue #464363

Tints of Corn Flower Blue #464363

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.39%

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

R = 29.66%
G = 28.39%
B = 41.95%

CMYK

 C value IS 0.29

 M value IS 0.32

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#464363 (or 0x464363) is known color: Corn Flower Blue. HEX triplet: 46, 43 and 63. RGB value is (70,67,99). Sum of RGB (Red+Green+Blue) = 70+67+99=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 99 - color contains mainly: blue. Hex color #464363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464363 is #B9BC9C. Grayscale: #474747. Windows color (decimal): -12172445 or 6505286. OLE color: 6505286.

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

Color convert

RGB 70 67 99 -
CMYK 0.29 0.32 0 0.61
HSL 245.63º 0.19% 0.33% -
HSV(B) 245.63º 0.32% 0.39% -
XYZ 6.79 6.22 12.65 -
YUV 71.55 143.49 126.9 -
System Red Green Blue C M Y K H S L
Decimal 70 67 99 0.29 0.32 0 0.61 245.63 0.19 0.33
Hex 46 43 63 1D 20 0 3D F6 13 21
Octal 106 103 143 35 40 0 75 366 23 41
Binary 1000110 1000011 1100011 11101 100000 0 111101 11110110 10011 100001

Color Harmonies of #464363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464363

Black with #464363

Text Example


Text Example

White with #464363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464363; }

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

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

background-color css

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

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

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

border-color css

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

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

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