Html Css Color HEX #46486E Corn Flower Blue

📋 copy color: '#46486E'

red 70 ◦ green 72 ◦ blue 110

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

Shades of Corn Flower Blue #46486E

Tints of Corn Flower Blue #46486E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 43.65%

R = 27.78%
G = 28.57%
B = 43.65%

CMYK

 C value IS 0.36

 M value IS 0.35

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#46486E (or 0x46486E) is known color: Corn Flower Blue. HEX triplet: 46, 48 and 6E. RGB value is (70,72,110). Sum of RGB (Red+Green+Blue) = 70+72+110=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 110 - color contains mainly: blue. Hex color #46486E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46486E is #B9B791. Grayscale: #4B4B4B. Windows color (decimal): -12171154 or 7227462. OLE color: 7227462.

HSL color Cylindrical-coordinate representation of color #46486E: hue angle of 237º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #46486E is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 70 72 110 -
CMYK 0.36 0.35 0 0.57
HSL 237º 0.22% 0.35% -
HSV(B) 237º 0.36% 0.43% -
XYZ 7.66 7.06 15.71 -
YUV 75.73 147.34 123.91 -
System Red Green Blue C M Y K H S L
Decimal 70 72 110 0.36 0.35 0 0.57 237 0.22 0.35
Hex 46 48 6E 24 23 0 39 ED 16 23
Octal 106 110 156 44 43 0 71 355 26 43
Binary 1000110 1001000 1101110 100100 100011 0 111001 11101101 10110 100011

Color Harmonies of #46486E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46486E

Black with #46486E

Text Example


Text Example

White with #46486E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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