Html Css Color HEX #464076 Corn Flower Blue

📋 copy color: '#464076'

red 70 ◦ green 64 ◦ blue 118

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

Shades of Corn Flower Blue #464076

Tints of Corn Flower Blue #464076

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.4%

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

R = 27.78%
G = 25.4%
B = 46.83%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#464076 (or 0x464076) is known color: Corn Flower Blue. HEX triplet: 46, 40 and 76. RGB value is (70,64,118). Sum of RGB (Red+Green+Blue) = 70+64+118=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #464076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464076 is #B9BF89. Grayscale: #474747. Windows color (decimal): -12173194 or 7749702. OLE color: 7749702.

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

Color convert

RGB 70 64 118 -
CMYK 0.41 0.46 0 0.54
HSL 246.67º 0.3% 0.36% -
HSV(B) 246.67º 0.46% 0.46% -
XYZ 7.63 6.28 17.95 -
YUV 71.95 153.99 126.61 -
System Red Green Blue C M Y K H S L
Decimal 70 64 118 0.41 0.46 0 0.54 246.67 0.3 0.36
Hex 46 40 76 29 2E 0 36 F7 1E 24
Octal 106 100 166 51 56 0 66 367 36 44
Binary 1000110 1000000 1110110 101001 101110 0 110110 11110111 11110 100100

Color Harmonies of #464076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464076

Black with #464076

Text Example


Text Example

White with #464076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464076; }

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

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

background-color css

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

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

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

border-color css

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

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

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