Html Css Color HEX #464868 Corn Flower Blue

📋 copy color: '#464868'

red 70 ◦ green 72 ◦ blue 104

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

Shades of Corn Flower Blue #464868

Tints of Corn Flower Blue #464868

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.27%

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

R = 28.46%
G = 29.27%
B = 42.28%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#464868 (or 0x464868) is known color: Corn Flower Blue. HEX triplet: 46, 48 and 68. RGB value is (70,72,104). Sum of RGB (Red+Green+Blue) = 70+72+104=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 104 - color contains mainly: blue. Hex color #464868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464868 is #B9B797. Grayscale: #4A4A4A. Windows color (decimal): -12171160 or 6834246. OLE color: 6834246.

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

Color convert

RGB 70 72 104 -
CMYK 0.33 0.31 0 0.59
HSL 236.47º 0.2% 0.34% -
HSV(B) 236.47º 0.33% 0.41% -
XYZ 7.34 6.94 14.05 -
YUV 75.05 144.34 124.4 -
System Red Green Blue C M Y K H S L
Decimal 70 72 104 0.33 0.31 0 0.59 236.47 0.2 0.34
Hex 46 48 68 21 1F 0 3B EC 14 22
Octal 106 110 150 41 37 0 73 354 24 42
Binary 1000110 1001000 1101000 100001 11111 0 111011 11101100 10100 100010

Color Harmonies of #464868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464868

Black with #464868

Text Example


Text Example

White with #464868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464868; }

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

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

background-color css

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

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

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

border-color css

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

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

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