Html Css Color HEX #4B9BCC Picton Blue

📋 copy color: '#4B9BCC'

red 75 ◦ green 155 ◦ blue 204

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

Shades of Picton Blue #4B9BCC

Tints of Picton Blue #4B9BCC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.71%

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

R = 17.28%
G = 35.71%
B = 47%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4B9BCC (or 0x4B9BCC) is known color: Picton Blue. HEX triplet: 4B, 9B and CC. RGB value is (75,155,204). Sum of RGB (Red+Green+Blue) = 75+155+204=434 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.28% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #4B9BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B9BCC is #B46433. Grayscale: #888888. Windows color (decimal): -11822132 or 13409099. OLE color: 13409099.

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

Color convert

RGB 75 155 204 -
CMYK 0.63 0.24 0 0.2
HSL 202.79º 0.56% 0.55% -
HSV(B) 202.79º 0.63% 0.8% -
XYZ 25.52 29.3 61.44 -
YUV 136.67 166 84.02 -
System Red Green Blue C M Y K H S L
Decimal 75 155 204 0.63 0.24 0 0.2 202.79 0.56 0.55
Hex 4B 9B CC 3F 18 0 14 CB 38 37
Octal 113 233 314 77 30 0 24 313 70 67
Binary 1001011 10011011 11001100 111111 11000 0 10100 11001011 111000 110111

Color Harmonies of #4B9BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9BCC

Black with #4B9BCC

Text Example


Text Example

White with #4B9BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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