Html Css Color HEX #483EAF Rich Blue

📋 copy color: '#483EAF'

red 72 ◦ green 62 ◦ blue 175

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

Shades of Rich Blue #483EAF

Tints of Rich Blue #483EAF

RGB

 RED value IS 72 (28.52% from 255) = 23.3%

 GREEN value IS 62 (24.61% from 255) = 20.06%

 BLUE value IS 175 (68.75% from 255) = 56.63%

R = 23.3%
G = 20.06%
B = 56.63%

CMYK

 C value IS 0.59

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#483EAF (or 0x483EAF) is known color: Rich Blue. HEX triplet: 48, 3E and AF. RGB value is (72,62,175). Sum of RGB (Red+Green+Blue) = 72+62+175=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 62 (24.61% from 255 or 20.06% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #483EAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483EAF is #B7C150. Grayscale: #4D4D4D. Windows color (decimal): -12042577 or 11484744. OLE color: 11484744.

HSL color Cylindrical-coordinate representation of color #483EAF: hue angle of 245.31º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #483EAF is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 72 62 175 -
CMYK 0.59 0.65 0 0.31
HSL 245.31º 0.48% 0.46% -
HSV(B) 245.31º 0.65% 0.69% -
XYZ 12.13 7.92 41.45 -
YUV 77.87 182.81 123.81 -
System Red Green Blue C M Y K H S L
Decimal 72 62 175 0.59 0.65 0 0.31 245.31 0.48 0.46
Hex 48 3E AF 3B 41 0 1F F5 30 2E
Octal 110 76 257 73 101 0 37 365 60 56
Binary 1001000 111110 10101111 111011 1000001 0 11111 11110101 110000 101110

Color Harmonies of #483EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483EAF

Black with #483EAF

Text Example


Text Example

White with #483EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483EAF; }

 p { color: rgb(72,62,175); }

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

background-color css

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

 a { background-color: rgb(72,62,175); }

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

border-color css

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

 span { border-color: rgb(72,62,175); }

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