Html Css Color HEX #464276 Corn Flower Blue

📋 copy color: '#464276'

red 70 ◦ green 66 ◦ blue 118

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

Shades of Corn Flower Blue #464276

Tints of Corn Flower Blue #464276

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.98%

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

R = 27.56%
G = 25.98%
B = 46.46%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#464276 (or 0x464276) is known color: Corn Flower Blue. HEX triplet: 46, 42 and 76. RGB value is (70,66,118). Sum of RGB (Red+Green+Blue) = 70+66+118=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 118 - color contains mainly: blue. Hex color #464276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464276 is #B9BD89. Grayscale: #484848. Windows color (decimal): -12172682 or 7750214. OLE color: 7750214.

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

Color convert

RGB 70 66 118 -
CMYK 0.41 0.44 0 0.54
HSL 244.62º 0.28% 0.36% -
HSV(B) 244.62º 0.44% 0.46% -
XYZ 7.74 6.51 17.99 -
YUV 73.12 153.33 125.77 -
System Red Green Blue C M Y K H S L
Decimal 70 66 118 0.41 0.44 0 0.54 244.62 0.28 0.36
Hex 46 42 76 29 2C 0 36 F5 1C 24
Octal 106 102 166 51 54 0 66 365 34 44
Binary 1000110 1000010 1110110 101001 101100 0 110110 11110101 11100 100100

Color Harmonies of #464276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464276

Black with #464276

Text Example


Text Example

White with #464276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464276; }

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

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

background-color css

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

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

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

border-color css

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

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

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