Html Css Color HEX #46426E Corn Flower Blue

📋 copy color: '#46426E'

red 70 ◦ green 66 ◦ blue 110

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

Shades of Corn Flower Blue #46426E

Tints of Corn Flower Blue #46426E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.83%

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

R = 28.46%
G = 26.83%
B = 44.72%

CMYK

 C value IS 0.36

 M value IS 0.4

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#46426E (or 0x46426E) is known color: Corn Flower Blue. HEX triplet: 46, 42 and 6E. RGB value is (70,66,110). Sum of RGB (Red+Green+Blue) = 70+66+110=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 110 - color contains mainly: blue. Hex color #46426E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46426E is #B9BD91. Grayscale: #484848. Windows color (decimal): -12172690 or 7225926. OLE color: 7225926.

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

Color convert

RGB 70 66 110 -
CMYK 0.36 0.4 0 0.57
HSL 245.45º 0.25% 0.35% -
HSV(B) 245.45º 0.4% 0.43% -
XYZ 7.29 6.32 15.59 -
YUV 72.21 149.33 126.42 -
System Red Green Blue C M Y K H S L
Decimal 70 66 110 0.36 0.4 0 0.57 245.45 0.25 0.35
Hex 46 42 6E 24 28 0 39 F5 19 23
Octal 106 102 156 44 50 0 71 365 31 43
Binary 1000110 1000010 1101110 100100 101000 0 111001 11110101 11001 100011

Color Harmonies of #46426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46426E

Black with #46426E

Text Example


Text Example

White with #46426E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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