Html Css Color HEX #464876 Corn Flower Blue

📋 copy color: '#464876'

red 70 ◦ green 72 ◦ blue 118

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

Shades of Corn Flower Blue #464876

Tints of Corn Flower Blue #464876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 45.38%

R = 26.92%
G = 27.69%
B = 45.38%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#464876 (or 0x464876) is known color: Corn Flower Blue. HEX triplet: 46, 48 and 76. RGB value is (70,72,118). Sum of RGB (Red+Green+Blue) = 70+72+118=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 118 (46.48% from 255 or 45.38% from 260); Max value from RGB is 118 - color contains mainly: blue. Hex color #464876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464876 is #B9B789. Grayscale: #4C4C4C. Windows color (decimal): -12171146 or 7751750. OLE color: 7751750.

HSL color Cylindrical-coordinate representation of color #464876: hue angle of 237.5º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #464876 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 72 118 -
CMYK 0.41 0.39 0 0.54
HSL 237.5º 0.26% 0.37% -
HSV(B) 237.5º 0.41% 0.46% -
XYZ 8.11 7.24 18.11 -
YUV 76.65 151.34 123.26 -
System Red Green Blue C M Y K H S L
Decimal 70 72 118 0.41 0.39 0 0.54 237.5 0.26 0.37
Hex 46 48 76 29 27 0 36 EE 1A 25
Octal 106 110 166 51 47 0 66 356 32 45
Binary 1000110 1001000 1110110 101001 100111 0 110110 11101110 11010 100101

Color Harmonies of #464876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464876

Black with #464876

Text Example


Text Example

White with #464876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464876; }

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

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

background-color css

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

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

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

border-color css

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

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

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