Html Css Color HEX #46486C Corn Flower Blue

📋 copy color: '#46486C'

red 70 ◦ green 72 ◦ blue 108

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

Shades of Corn Flower Blue #46486C

Tints of Corn Flower Blue #46486C

RGB

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

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

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

R = 28%
G = 28.8%
B = 43.2%

CMYK

 C value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#46486C (or 0x46486C) is known color: Corn Flower Blue. HEX triplet: 46, 48 and 6C. RGB value is (70,72,108). Sum of RGB (Red+Green+Blue) = 70+72+108=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 108 - color contains mainly: blue. Hex color #46486C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46486C is #B9B793. Grayscale: #4B4B4B. Windows color (decimal): -12171156 or 7096390. OLE color: 7096390.

HSL color Cylindrical-coordinate representation of color #46486C: hue angle of 236.84º 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 #46486C is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 72 108 -
CMYK 0.35 0.33 0 0.58
HSL 236.84º 0.21% 0.35% -
HSV(B) 236.84º 0.35% 0.42% -
XYZ 7.55 7.02 15.14 -
YUV 75.51 146.34 124.07 -
System Red Green Blue C M Y K H S L
Decimal 70 72 108 0.35 0.33 0 0.58 236.84 0.21 0.35
Hex 46 48 6C 23 21 0 3A ED 15 23
Octal 106 110 154 43 41 0 72 355 25 43
Binary 1000110 1001000 1101100 100011 100001 0 111010 11101101 10101 100011

Color Harmonies of #46486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46486C

Black with #46486C

Text Example


Text Example

White with #46486C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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