Html Css Color HEX #46426D Corn Flower Blue

📋 copy color: '#46426D'

red 70 ◦ green 66 ◦ blue 109

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

Shades of Corn Flower Blue #46426D

Tints of Corn Flower Blue #46426D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 44.49%

R = 28.57%
G = 26.94%
B = 44.49%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#46426D (or 0x46426D) is known color: Corn Flower Blue. HEX triplet: 46, 42 and 6D. RGB value is (70,66,109). Sum of RGB (Red+Green+Blue) = 70+66+109=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 109 - color contains mainly: blue. Hex color #46426D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46426D is #B9BD92. Grayscale: #474747. Windows color (decimal): -12172691 or 7160390. OLE color: 7160390.

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

Color convert

RGB 70 66 109 -
CMYK 0.36 0.39 0 0.57
HSL 245.58º 0.25% 0.34% -
HSV(B) 245.58º 0.39% 0.43% -
XYZ 7.23 6.3 15.3 -
YUV 72.1 148.83 126.5 -
System Red Green Blue C M Y K H S L
Decimal 70 66 109 0.36 0.39 0 0.57 245.58 0.25 0.34
Hex 46 42 6D 24 27 0 39 F6 19 22
Octal 106 102 155 44 47 0 71 366 31 42
Binary 1000110 1000010 1101101 100100 100111 0 111001 11110110 11001 100010

Color Harmonies of #46426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46426D

Black with #46426D

Text Example


Text Example

White with #46426D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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