Html Css Color HEX #484BB0 Rich Blue

📋 copy color: '#484BB0'

red 72 ◦ green 75 ◦ blue 176

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

Shades of Rich Blue #484BB0

Tints of Rich Blue #484BB0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.22%

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

R = 22.29%
G = 23.22%
B = 54.49%

CMYK

 C value IS 0.59

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#484BB0 (or 0x484BB0) is known color: Rich Blue. HEX triplet: 48, 4B and B0. RGB value is (72,75,176). Sum of RGB (Red+Green+Blue) = 72+75+176=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 176 (69.14% from 255 or 54.49% from 323); Max value from RGB is 176 - color contains mainly: blue. Hex color #484BB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484BB0 is #B7B44F. Grayscale: #555555. Windows color (decimal): -12039248 or 11553608. OLE color: 11553608.

HSL color Cylindrical-coordinate representation of color #484BB0: hue angle of 238.27º 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 #484BB0 is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 72 75 176 -
CMYK 0.59 0.57 0 0.31
HSL 238.27º 0.42% 0.49% -
HSV(B) 238.27º 0.59% 0.69% -
XYZ 13.03 9.54 42.23 -
YUV 85.62 179.01 118.29 -
System Red Green Blue C M Y K H S L
Decimal 72 75 176 0.59 0.57 0 0.31 238.27 0.42 0.49
Hex 48 4B B0 3B 39 0 1F EE 2A 31
Octal 110 113 260 73 71 0 37 356 52 61
Binary 1001000 1001011 10110000 111011 111001 0 11111 11101110 101010 110001

Color Harmonies of #484BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484BB0

Black with #484BB0

Text Example


Text Example

White with #484BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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