Html Css Color HEX #464869 Corn Flower Blue

📋 copy color: '#464869'

red 70 ◦ green 72 ◦ blue 105

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

Shades of Corn Flower Blue #464869

Tints of Corn Flower Blue #464869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 42.51%

R = 28.34%
G = 29.15%
B = 42.51%

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

#464869 (or 0x464869) is known color: Corn Flower Blue. HEX triplet: 46, 48 and 69. RGB value is (70,72,105). Sum of RGB (Red+Green+Blue) = 70+72+105=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 105 (41.41% from 255 or 42.51% from 247); Max value from RGB is 105 - color contains mainly: blue. Hex color #464869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464869 is #B9B796. Grayscale: #4B4B4B. Windows color (decimal): -12171159 or 6899782. OLE color: 6899782.

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

Color convert

RGB 70 72 105 -
CMYK 0.33 0.31 0 0.59
HSL 236.57º 0.2% 0.34% -
HSV(B) 236.57º 0.33% 0.41% -
XYZ 7.39 6.96 14.32 -
YUV 75.16 144.84 124.32 -
System Red Green Blue C M Y K H S L
Decimal 70 72 105 0.33 0.31 0 0.59 236.57 0.2 0.34
Hex 46 48 69 21 1F 0 3B ED 14 22
Octal 106 110 151 41 37 0 73 355 24 42
Binary 1000110 1001000 1101001 100001 11111 0 111011 11101101 10100 100010

Color Harmonies of #464869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464869

Black with #464869

Text Example


Text Example

White with #464869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464869; }

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

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

background-color css

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

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

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

border-color css

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

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

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