Html Css Color HEX #464476 Corn Flower Blue

📋 copy color: '#464476'

red 70 ◦ green 68 ◦ blue 118

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

Shades of Corn Flower Blue #464476

Tints of Corn Flower Blue #464476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.56%

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

R = 27.34%
G = 26.56%
B = 46.09%

CMYK

 C value IS 0.41

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#464476 (or 0x464476) is known color: Corn Flower Blue. HEX triplet: 46, 44 and 76. RGB value is (70,68,118). Sum of RGB (Red+Green+Blue) = 70+68+118=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 118 - color contains mainly: blue. Hex color #464476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464476 is #B9BB89. Grayscale: #4A4A4A. Windows color (decimal): -12172170 or 7750726. OLE color: 7750726.

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

Color convert

RGB 70 68 118 -
CMYK 0.41 0.42 0 0.54
HSL 242.4º 0.27% 0.36% -
HSV(B) 242.4º 0.42% 0.46% -
XYZ 7.86 6.74 18.03 -
YUV 74.3 152.66 124.93 -
System Red Green Blue C M Y K H S L
Decimal 70 68 118 0.41 0.42 0 0.54 242.4 0.27 0.36
Hex 46 44 76 29 2A 0 36 F2 1B 24
Octal 106 104 166 51 52 0 66 362 33 44
Binary 1000110 1000100 1110110 101001 101010 0 110110 11110010 11011 100100

Color Harmonies of #464476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464476

Black with #464476

Text Example


Text Example

White with #464476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464476; }

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

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

background-color css

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

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

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

border-color css

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

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

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