Html Css Color HEX #4253B8 Free Speech Blue

📋 copy color: '#4253B8'

red 66 ◦ green 83 ◦ blue 184

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

Shades of Free Speech Blue #4253B8

Tints of Free Speech Blue #4253B8

RGB

 RED value IS 66 (26.17% from 255) = 19.82%

 GREEN value IS 83 (32.81% from 255) = 24.92%

 BLUE value IS 184 (72.27% from 255) = 55.26%

R = 19.82%
G = 24.92%
B = 55.26%

CMYK

 C value IS 0.64

 M value IS 0.55

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#4253B8 (or 0x4253B8) is known color: Free Speech Blue. HEX triplet: 42, 53 and B8. RGB value is (66,83,184). Sum of RGB (Red+Green+Blue) = 66+83+184=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 184 (72.27% from 255 or 55.26% from 333); Max value from RGB is 184 - color contains mainly: blue. Hex color #4253B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4253B8 is #BDAC47. Grayscale: #595959. Windows color (decimal): -12430408 or 12079938. OLE color: 12079938.

HSL color Cylindrical-coordinate representation of color #4253B8: hue angle of 231.36º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4253B8 is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 66 83 184 -
CMYK 0.64 0.55 0 0.28
HSL 231.36º 0.47% 0.49% -
HSV(B) 231.36º 0.64% 0.72% -
XYZ 13.99 10.81 46.7 -
YUV 89.43 181.37 111.29 -
System Red Green Blue C M Y K H S L
Decimal 66 83 184 0.64 0.55 0 0.28 231.36 0.47 0.49
Hex 42 53 B8 40 37 0 1C E7 2F 31
Octal 102 123 270 100 67 0 34 347 57 61
Binary 1000010 1010011 10111000 1000000 110111 0 11100 11100111 101111 110001

Color Harmonies of #4253B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4253B8

Black with #4253B8

Text Example


Text Example

White with #4253B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4253B8; }

 p { color: rgb(66,83,184); }

 H1.HeaderClassName
 {
   color: #4253B8;
 }
 .AnyTagClassName
 {
   color: #4253B8;
 }
</style>

background-color css

<style>
 a { background-color: #4253B8; }

 a { background-color: rgb(66,83,184); }

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

border-color css

<style>
 span { border-color: #4253B8; }

 span { border-color: rgb(66,83,184); }

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