Html Css Color HEX #464968 Corn Flower Blue

📋 copy color: '#464968'

red 70 ◦ green 73 ◦ blue 104

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

Shades of Corn Flower Blue #464968

Tints of Corn Flower Blue #464968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 42.11%

R = 28.34%
G = 29.55%
B = 42.11%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#464968 (or 0x464968) is known color: Corn Flower Blue. HEX triplet: 46, 49 and 68. RGB value is (70,73,104). Sum of RGB (Red+Green+Blue) = 70+73+104=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 104 (41.02% from 255 or 42.11% from 247); Max value from RGB is 104 - color contains mainly: blue. Hex color #464968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464968 is #B9B697. Grayscale: #4B4B4B. Windows color (decimal): -12170904 or 6834502. OLE color: 6834502.

HSL color Cylindrical-coordinate representation of color #464968: hue angle of 234.71º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #464968 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 73 104 -
CMYK 0.33 0.30 0 0.59
HSL 234.71º 0.2% 0.34% -
HSV(B) 234.71º 0.33% 0.41% -
XYZ 7.41 7.07 14.07 -
YUV 75.64 144.01 123.98 -
System Red Green Blue C M Y K H S L
Decimal 70 73 104 0.33 0.30 0 0.59 234.71 0.2 0.34
Hex 46 49 68 21 1E 0 3B EB 14 22
Octal 106 111 150 41 36 0 73 353 24 42
Binary 1000110 1001001 1101000 100001 11110 0 111011 11101011 10100 100010

Color Harmonies of #464968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464968

Black with #464968

Text Example


Text Example

White with #464968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464968; }

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

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

background-color css

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

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

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

border-color css

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

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

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