Html Css Color HEX #464473 Corn Flower Blue

📋 copy color: '#464473'

red 70 ◦ green 68 ◦ blue 115

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

Shades of Corn Flower Blue #464473

Tints of Corn Flower Blue #464473

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.88%

 BLUE value IS 115 (45.31% from 255) = 45.45%

R = 27.67%
G = 26.88%
B = 45.45%

CMYK

 C value IS 0.39

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#464473 (or 0x464473) is known color: Corn Flower Blue. HEX triplet: 46, 44 and 73. RGB value is (70,68,115). Sum of RGB (Red+Green+Blue) = 70+68+115=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 115 - color contains mainly: blue. Hex color #464473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464473 is #B9BB8C. Grayscale: #494949. Windows color (decimal): -12172173 or 7554118. OLE color: 7554118.

HSL color Cylindrical-coordinate representation of color #464473: hue angle of 242.55º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #464473 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 68 115 -
CMYK 0.39 0.41 0 0.55
HSL 242.55º 0.26% 0.36% -
HSV(B) 242.55º 0.41% 0.45% -
XYZ 7.69 6.67 17.1 -
YUV 73.96 151.16 125.18 -
System Red Green Blue C M Y K H S L
Decimal 70 68 115 0.39 0.41 0 0.55 242.55 0.26 0.36
Hex 46 44 73 27 29 0 37 F3 1A 24
Octal 106 104 163 47 51 0 67 363 32 44
Binary 1000110 1000100 1110011 100111 101001 0 110111 11110011 11010 100100

Color Harmonies of #464473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464473

Black with #464473

Text Example


Text Example

White with #464473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464473; }

 p { color: rgb(70,68,115); }

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

background-color css

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

 a { background-color: rgb(70,68,115); }

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

border-color css

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

 span { border-color: rgb(70,68,115); }

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