Html Css Color HEX #464967 Corn Flower Blue

📋 copy color: '#464967'

red 70 ◦ green 73 ◦ blue 103

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

Shades of Corn Flower Blue #464967

Tints of Corn Flower Blue #464967

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.67%

 BLUE value IS 103 (40.63% from 255) = 41.87%

R = 28.46%
G = 29.67%
B = 41.87%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#464967 (or 0x464967) is known color: Corn Flower Blue. HEX triplet: 46, 49 and 67. RGB value is (70,73,103). Sum of RGB (Red+Green+Blue) = 70+73+103=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 103 (40.62% from 255 or 41.87% from 246); Max value from RGB is 103 - color contains mainly: blue. Hex color #464967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464967 is #B9B698. Grayscale: #4B4B4B. Windows color (decimal): -12170905 or 6768966. OLE color: 6768966.

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

Color convert

RGB 70 73 103 -
CMYK 0.32 0.29 0 0.60
HSL 234.55º 0.19% 0.34% -
HSV(B) 234.55º 0.32% 0.4% -
XYZ 7.36 7.05 13.8 -
YUV 75.52 143.51 124.06 -
System Red Green Blue C M Y K H S L
Decimal 70 73 103 0.32 0.29 0 0.60 234.55 0.19 0.34
Hex 46 49 67 20 1D 0 3C EB 13 22
Octal 106 111 147 40 35 0 74 353 23 42
Binary 1000110 1001001 1100111 100000 11101 0 111100 11101011 10011 100010

Color Harmonies of #464967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464967

Black with #464967

Text Example


Text Example

White with #464967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464967; }

 p { color: rgb(70,73,103); }

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

background-color css

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

 a { background-color: rgb(70,73,103); }

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

border-color css

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

 span { border-color: rgb(70,73,103); }

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