Html Css Color HEX #464874 Corn Flower Blue

📋 copy color: '#464874'

red 70 ◦ green 72 ◦ blue 116

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

Shades of Corn Flower Blue #464874

Tints of Corn Flower Blue #464874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 44.96%

R = 27.13%
G = 27.91%
B = 44.96%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#464874 (or 0x464874) is known color: Corn Flower Blue. HEX triplet: 46, 48 and 74. RGB value is (70,72,116). Sum of RGB (Red+Green+Blue) = 70+72+116=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 116 (45.70% from 255 or 44.96% from 258); Max value from RGB is 116 - color contains mainly: blue. Hex color #464874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464874 is #B9B78B. Grayscale: #4C4C4C. Windows color (decimal): -12171148 or 7620678. OLE color: 7620678.

HSL color Cylindrical-coordinate representation of color #464874: hue angle of 237.39º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #464874 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 72 116 -
CMYK 0.40 0.38 0 0.55
HSL 237.39º 0.25% 0.36% -
HSV(B) 237.39º 0.4% 0.45% -
XYZ 8 7.2 17.49 -
YUV 76.42 150.34 123.42 -
System Red Green Blue C M Y K H S L
Decimal 70 72 116 0.40 0.38 0 0.55 237.39 0.25 0.36
Hex 46 48 74 28 26 0 37 ED 19 24
Octal 106 110 164 50 46 0 67 355 31 44
Binary 1000110 1001000 1110100 101000 100110 0 110111 11101101 11001 100100

Color Harmonies of #464874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464874

Black with #464874

Text Example


Text Example

White with #464874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464874; }

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

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

background-color css

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

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

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

border-color css

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

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

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