Html Css Color HEX #46407A Corn Flower Blue

📋 copy color: '#46407A'

red 70 ◦ green 64 ◦ blue 122

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

Shades of Corn Flower Blue #46407A

Tints of Corn Flower Blue #46407A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25%

 BLUE value IS 122 (48.05% from 255) = 47.66%

R = 27.34%
G = 25%
B = 47.66%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#46407A (or 0x46407A) is known color: Corn Flower Blue. HEX triplet: 46, 40 and 7A. RGB value is (70,64,122). Sum of RGB (Red+Green+Blue) = 70+64+122=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 122 - color contains mainly: blue. Hex color #46407A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46407A is #B9BF85. Grayscale: #484848. Windows color (decimal): -12173190 or 8011846. OLE color: 8011846.

HSL color Cylindrical-coordinate representation of color #46407A: hue angle of 246.21º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #46407A is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 70 64 122 -
CMYK 0.43 0.48 0 0.52
HSL 246.21º 0.31% 0.36% -
HSV(B) 246.21º 0.48% 0.48% -
XYZ 7.87 6.37 19.23 -
YUV 72.41 155.99 126.28 -
System Red Green Blue C M Y K H S L
Decimal 70 64 122 0.43 0.48 0 0.52 246.21 0.31 0.36
Hex 46 40 7A 2B 30 0 34 F6 1F 24
Octal 106 100 172 53 60 0 64 366 37 44
Binary 1000110 1000000 1111010 101011 110000 0 110100 11110110 11111 100100

Color Harmonies of #46407A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46407A

Black with #46407A

Text Example


Text Example

White with #46407A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46407A; }

 p { color: rgb(70,64,122); }

 H1.HeaderClassName
 {
   color: #46407A;
 }
 .AnyTagClassName
 {
   color: #46407A;
 }
</style>

background-color css

<style>
 a { background-color: #46407A; }

 a { background-color: rgb(70,64,122); }

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

border-color css

<style>
 span { border-color: #46407A; }

 span { border-color: rgb(70,64,122); }

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