Html Css Color HEX #483FCB Free Speech Blue

📋 copy color: '#483FCB'

red 72 ◦ green 63 ◦ blue 203

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

Shades of Free Speech Blue #483FCB

Tints of Free Speech Blue #483FCB

RGB

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

 GREEN value IS 63 (25% from 255) = 18.64%

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

R = 21.3%
G = 18.64%
B = 60.06%

CMYK

 C value IS 0.65

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#483FCB (or 0x483FCB) is known color: Free Speech Blue. HEX triplet: 48, 3F and CB. RGB value is (72,63,203). Sum of RGB (Red+Green+Blue) = 72+63+203=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #483FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483FCB is #B7C034. Grayscale: #515151. Windows color (decimal): -12042293 or 13320008. OLE color: 13320008.

HSL color Cylindrical-coordinate representation of color #483FCB: hue angle of 243.86º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #483FCB is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 63 203 -
CMYK 0.65 0.69 0 0.20
HSL 243.86º 0.57% 0.52% -
HSV(B) 243.86º 0.69% 0.8% -
XYZ 15.23 9.24 57.48 -
YUV 81.65 196.48 121.12 -
System Red Green Blue C M Y K H S L
Decimal 72 63 203 0.65 0.69 0 0.20 243.86 0.57 0.52
Hex 48 3F CB 41 45 0 14 F4 39 34
Octal 110 77 313 101 105 0 24 364 71 64
Binary 1001000 111111 11001011 1000001 1000101 0 10100 11110100 111001 110100

Color Harmonies of #483FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483FCB

Black with #483FCB

Text Example


Text Example

White with #483FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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