Html Css Color HEX #463F73 Corn Flower Blue

📋 copy color: '#463F73'

red 70 ◦ green 63 ◦ blue 115

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

Shades of Corn Flower Blue #463F73

Tints of Corn Flower Blue #463F73

RGB

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

 GREEN value IS 63 (25% from 255) = 25.4%

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

R = 28.23%
G = 25.4%
B = 46.37%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#463F73 (or 0x463F73) is known color: Corn Flower Blue. HEX triplet: 46, 3F and 73. RGB value is (70,63,115). Sum of RGB (Red+Green+Blue) = 70+63+115=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #463F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463F73 is #B9C08C. Grayscale: #464646. Windows color (decimal): -12173453 or 7552838. OLE color: 7552838.

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

Color convert

RGB 70 63 115 -
CMYK 0.39 0.45 0 0.55
HSL 248.08º 0.29% 0.35% -
HSV(B) 248.08º 0.45% 0.45% -
XYZ 7.4 6.09 17.01 -
YUV 71.02 152.82 127.27 -
System Red Green Blue C M Y K H S L
Decimal 70 63 115 0.39 0.45 0 0.55 248.08 0.29 0.35
Hex 46 3F 73 27 2D 0 37 F8 1D 23
Octal 106 77 163 47 55 0 67 370 35 43
Binary 1000110 111111 1110011 100111 101101 0 110111 11111000 11101 100011

Color Harmonies of #463F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463F73

Black with #463F73

Text Example


Text Example

White with #463F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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