Html Css Color HEX #463C78 Corn Flower Blue

📋 copy color: '#463C78'

red 70 ◦ green 60 ◦ blue 120

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

Shades of Corn Flower Blue #463C78

Tints of Corn Flower Blue #463C78

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24%

 BLUE value IS 120 (47.27% from 255) = 48%

R = 28%
G = 24%
B = 48%

CMYK

 C value IS 0.42

 M value IS 0.5

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#463C78 (or 0x463C78) is known color: Corn Flower Blue. HEX triplet: 46, 3C and 78. RGB value is (70,60,120). Sum of RGB (Red+Green+Blue) = 70+60+120=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 120 (47.27% from 255 or 48% from 250); Max value from RGB is 120 - color contains mainly: blue. Hex color #463C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463C78 is #B9C387. Grayscale: #454545. Windows color (decimal): -12174216 or 7879750. OLE color: 7879750.

HSL color Cylindrical-coordinate representation of color #463C78: hue angle of 250º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #463C78 is Cyan = 0.42, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 60 120 -
CMYK 0.42 0.5 0 0.53
HSL 250º 0.33% 0.35% -
HSV(B) 250º 0.5% 0.47% -
XYZ 7.53 5.89 18.51 -
YUV 69.83 156.31 128.12 -
System Red Green Blue C M Y K H S L
Decimal 70 60 120 0.42 0.5 0 0.53 250 0.33 0.35
Hex 46 3C 78 2A 32 0 35 FA 21 23
Octal 106 74 170 52 62 0 65 372 41 43
Binary 1000110 111100 1111000 101010 110010 0 110101 11111010 100001 100011

Color Harmonies of #463C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463C78

Black with #463C78

Text Example


Text Example

White with #463C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,60,120); }

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

background-color css

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

 a { background-color: rgb(70,60,120); }

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

border-color css

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

 span { border-color: rgb(70,60,120); }

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