Html Css Color HEX #46426C Corn Flower Blue

📋 copy color: '#46426C'

red 70 ◦ green 66 ◦ blue 108

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

Shades of Corn Flower Blue #46426C

Tints of Corn Flower Blue #46426C

RGB

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

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

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

R = 28.69%
G = 27.05%
B = 44.26%

CMYK

 C value IS 0.35

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#46426C (or 0x46426C) is known color: Corn Flower Blue. HEX triplet: 46, 42 and 6C. RGB value is (70,66,108). Sum of RGB (Red+Green+Blue) = 70+66+108=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #46426C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46426C is #B9BD93. Grayscale: #474747. Windows color (decimal): -12172692 or 7094854. OLE color: 7094854.

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

Color convert

RGB 70 66 108 -
CMYK 0.35 0.39 0 0.58
HSL 245.71º 0.24% 0.34% -
HSV(B) 245.71º 0.39% 0.42% -
XYZ 7.18 6.28 15.02 -
YUV 71.98 148.33 126.58 -
System Red Green Blue C M Y K H S L
Decimal 70 66 108 0.35 0.39 0 0.58 245.71 0.24 0.34
Hex 46 42 6C 23 27 0 3A F6 18 22
Octal 106 102 154 43 47 0 72 366 30 42
Binary 1000110 1000010 1101100 100011 100111 0 111010 11110110 11000 100010

Color Harmonies of #46426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46426C

Black with #46426C

Text Example


Text Example

White with #46426C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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