Html Css Color HEX #46496C Corn Flower Blue

📋 copy color: '#46496C'

red 70 ◦ green 73 ◦ blue 108

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

Shades of Corn Flower Blue #46496C

Tints of Corn Flower Blue #46496C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.08%

 BLUE value IS 108 (42.58% from 255) = 43.03%

R = 27.89%
G = 29.08%
B = 43.03%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#46496C (or 0x46496C) is known color: Corn Flower Blue. HEX triplet: 46, 49 and 6C. RGB value is (70,73,108). Sum of RGB (Red+Green+Blue) = 70+73+108=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 108 - color contains mainly: blue. Hex color #46496C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46496C is #B9B693. Grayscale: #4B4B4B. Windows color (decimal): -12170900 or 7096646. OLE color: 7096646.

HSL color Cylindrical-coordinate representation of color #46496C: hue angle of 235.26º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #46496C is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 73 108 -
CMYK 0.35 0.32 0 0.58
HSL 235.26º 0.21% 0.35% -
HSV(B) 235.26º 0.35% 0.42% -
XYZ 7.62 7.15 15.17 -
YUV 76.09 146.01 123.65 -
System Red Green Blue C M Y K H S L
Decimal 70 73 108 0.35 0.32 0 0.58 235.26 0.21 0.35
Hex 46 49 6C 23 20 0 3A EB 15 23
Octal 106 111 154 43 40 0 72 353 25 43
Binary 1000110 1001001 1101100 100011 100000 0 111010 11101011 10101 100011

Color Harmonies of #46496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46496C

Black with #46496C

Text Example


Text Example

White with #46496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46496C; }

 p { color: rgb(70,73,108); }

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

background-color css

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

 a { background-color: rgb(70,73,108); }

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

border-color css

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

 span { border-color: rgb(70,73,108); }

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