Html Css Color HEX #484BCB Free Speech Blue

📋 copy color: '#484BCB'

red 72 ◦ green 75 ◦ blue 203

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

Shades of Free Speech Blue #484BCB

Tints of Free Speech Blue #484BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58%

R = 20.57%
G = 21.43%
B = 58%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#484BCB (or 0x484BCB) is known color: Free Speech Blue. HEX triplet: 48, 4B and CB. RGB value is (72,75,203). Sum of RGB (Red+Green+Blue) = 72+75+203=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #484BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484BCB is #B7B434. Grayscale: #585858. Windows color (decimal): -12039221 or 13323080. OLE color: 13323080.

HSL color Cylindrical-coordinate representation of color #484BCB: hue angle of 238.63º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #484BCB is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 75 203 -
CMYK 0.65 0.63 0 0.20
HSL 238.63º 0.56% 0.54% -
HSV(B) 238.63º 0.65% 0.8% -
XYZ 15.97 10.72 57.73 -
YUV 88.7 192.51 116.09 -
System Red Green Blue C M Y K H S L
Decimal 72 75 203 0.65 0.63 0 0.20 238.63 0.56 0.54
Hex 48 4B CB 41 3F 0 14 EF 38 36
Octal 110 113 313 101 77 0 24 357 70 66
Binary 1001000 1001011 11001011 1000001 111111 0 10100 11101111 111000 110110

Color Harmonies of #484BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484BCB

Black with #484BCB

Text Example


Text Example

White with #484BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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