Html Css Color HEX #4B61CC Free Speech Blue

📋 copy color: '#4B61CC'

red 75 ◦ green 97 ◦ blue 204

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

Shades of Free Speech Blue #4B61CC

Tints of Free Speech Blue #4B61CC

RGB

 RED value IS 75 (29.69% from 255) = 19.95%

 GREEN value IS 97 (38.28% from 255) = 25.8%

 BLUE value IS 204 (80.08% from 255) = 54.26%

R = 19.95%
G = 25.8%
B = 54.26%

CMYK

 C value IS 0.63

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4B61CC (or 0x4B61CC) is known color: Free Speech Blue. HEX triplet: 4B, 61 and CC. RGB value is (75,97,204). Sum of RGB (Red+Green+Blue) = 75+97+204=376 (49% of max value = 765). Red value is 75 (29.69% from 255 or 19.95% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #4B61CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B61CC is #B49E33. Grayscale: #666666. Windows color (decimal): -11836980 or 13394251. OLE color: 13394251.

HSL color Cylindrical-coordinate representation of color #4B61CC: hue angle of 229.77º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B61CC is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 75 97 204 -
CMYK 0.63 0.52 0 0.2
HSL 229.77º 0.56% 0.55% -
HSV(B) 229.77º 0.63% 0.8% -
XYZ 18.08 14.4 58.95 -
YUV 102.62 185.21 108.3 -
System Red Green Blue C M Y K H S L
Decimal 75 97 204 0.63 0.52 0 0.2 229.77 0.56 0.55
Hex 4B 61 CC 3F 34 0 14 E6 38 37
Octal 113 141 314 77 64 0 24 346 70 67
Binary 1001011 1100001 11001100 111111 110100 0 10100 11100110 111000 110111

Color Harmonies of #4B61CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B61CC

Black with #4B61CC

Text Example


Text Example

White with #4B61CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B61CC; }

 p { color: rgb(75,97,204); }

 H1.HeaderClassName
 {
   color: #4B61CC;
 }
 .AnyTagClassName
 {
   color: #4B61CC;
 }
</style>

background-color css

<style>
 a { background-color: #4B61CC; }

 a { background-color: rgb(75,97,204); }

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

border-color css

<style>
 span { border-color: #4B61CC; }

 span { border-color: rgb(75,97,204); }

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