Html Css Color HEX #4B99CC Picton Blue

📋 copy color: '#4B99CC'

red 75 ◦ green 153 ◦ blue 204

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

Shades of Picton Blue #4B99CC

Tints of Picton Blue #4B99CC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.42%

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

R = 17.36%
G = 35.42%
B = 47.22%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4B99CC (or 0x4B99CC) is known color: Picton Blue. HEX triplet: 4B, 99 and CC. RGB value is (75,153,204). Sum of RGB (Red+Green+Blue) = 75+153+204=432 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.36% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #4B99CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B99CC is #B46633. Grayscale: #878787. Windows color (decimal): -11822644 or 13408587. OLE color: 13408587.

HSL color Cylindrical-coordinate representation of color #4B99CC: hue angle of 203.72º 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 #4B99CC is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 75 153 204 -
CMYK 0.63 0.25 0 0.2
HSL 203.72º 0.56% 0.55% -
HSV(B) 203.72º 0.63% 0.8% -
XYZ 25.19 28.64 61.33 -
YUV 135.49 166.66 84.85 -
System Red Green Blue C M Y K H S L
Decimal 75 153 204 0.63 0.25 0 0.2 203.72 0.56 0.55
Hex 4B 99 CC 3F 19 0 14 CC 38 37
Octal 113 231 314 77 31 0 24 314 70 67
Binary 1001011 10011001 11001100 111111 11001 0 10100 11001100 111000 110111

Color Harmonies of #4B99CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B99CC

Black with #4B99CC

Text Example


Text Example

White with #4B99CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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