Html Css Color HEX #484AB0 Rich Blue

📋 copy color: '#484AB0'

red 72 ◦ green 74 ◦ blue 176

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

Shades of Rich Blue #484AB0

Tints of Rich Blue #484AB0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.98%

 BLUE value IS 176 (69.14% from 255) = 54.66%

R = 22.36%
G = 22.98%
B = 54.66%

CMYK

 C value IS 0.59

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#484AB0 (or 0x484AB0) is known color: Rich Blue. HEX triplet: 48, 4A and B0. RGB value is (72,74,176). Sum of RGB (Red+Green+Blue) = 72+74+176=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 176 (69.14% from 255 or 54.66% from 322); Max value from RGB is 176 - color contains mainly: blue. Hex color #484AB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484AB0 is #B7B54F. Grayscale: #545454. Windows color (decimal): -12039504 or 11553352. OLE color: 11553352.

HSL color Cylindrical-coordinate representation of color #484AB0: hue angle of 238.85º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #484AB0 is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 72 74 176 -
CMYK 0.59 0.58 0 0.31
HSL 238.85º 0.42% 0.49% -
HSV(B) 238.85º 0.59% 0.69% -
XYZ 12.96 9.41 42.21 -
YUV 85.03 179.34 118.71 -
System Red Green Blue C M Y K H S L
Decimal 72 74 176 0.59 0.58 0 0.31 238.85 0.42 0.49
Hex 48 4A B0 3B 3A 0 1F EF 2A 31
Octal 110 112 260 73 72 0 37 357 52 61
Binary 1001000 1001010 10110000 111011 111010 0 11111 11101111 101010 110001

Color Harmonies of #484AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484AB0

Black with #484AB0

Text Example


Text Example

White with #484AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484AB0; }

 p { color: rgb(72,74,176); }

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

background-color css

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

 a { background-color: rgb(72,74,176); }

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

border-color css

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

 span { border-color: rgb(72,74,176); }

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