Html Css Color HEX #464878 Corn Flower Blue

📋 copy color: '#464878'

red 70 ◦ green 72 ◦ blue 120

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

Shades of Corn Flower Blue #464878

Tints of Corn Flower Blue #464878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 45.8%

R = 26.72%
G = 27.48%
B = 45.8%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#464878 (or 0x464878) is known color: Corn Flower Blue. HEX triplet: 46, 48 and 78. RGB value is (70,72,120). Sum of RGB (Red+Green+Blue) = 70+72+120=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 120 - color contains mainly: blue. Hex color #464878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464878 is #B9B787. Grayscale: #4C4C4C. Windows color (decimal): -12171144 or 7882822. OLE color: 7882822.

HSL color Cylindrical-coordinate representation of color #464878: hue angle of 237.6º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #464878 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 72 120 -
CMYK 0.42 0.40 0 0.53
HSL 237.6º 0.26% 0.37% -
HSV(B) 237.6º 0.42% 0.47% -
XYZ 8.23 7.29 18.74 -
YUV 76.87 152.34 123.1 -
System Red Green Blue C M Y K H S L
Decimal 70 72 120 0.42 0.40 0 0.53 237.6 0.26 0.37
Hex 46 48 78 2A 28 0 35 EE 1A 25
Octal 106 110 170 52 50 0 65 356 32 45
Binary 1000110 1001000 1111000 101010 101000 0 110101 11101110 11010 100101

Color Harmonies of #464878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464878

Black with #464878

Text Example


Text Example

White with #464878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464878; }

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

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

background-color css

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

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

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

border-color css

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

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

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