Html Css Color HEX #4BA0DD Picton Blue

📋 copy color: '#4BA0DD'

red 75 ◦ green 160 ◦ blue 221

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

Shades of Picton Blue #4BA0DD

Tints of Picton Blue #4BA0DD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.09%

 BLUE value IS 221 (86.72% from 255) = 48.46%

R = 16.45%
G = 35.09%
B = 48.46%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4BA0DD (or 0x4BA0DD) is known color: Picton Blue. HEX triplet: 4B, A0 and DD. RGB value is (75,160,221). Sum of RGB (Red+Green+Blue) = 75+160+221=456 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.45% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #4BA0DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA0DD is #B45F22. Grayscale: #8D8D8D. Windows color (decimal): -11820835 or 14524491. OLE color: 14524491.

HSL color Cylindrical-coordinate representation of color #4BA0DD: hue angle of 205.07º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BA0DD is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 75 160 221 -
CMYK 0.66 0.28 0 0.13
HSL 205.07º 0.68% 0.58% -
HSV(B) 205.07º 0.66% 0.87% -
XYZ 28.52 31.86 73.05 -
YUV 141.54 172.84 80.54 -
System Red Green Blue C M Y K H S L
Decimal 75 160 221 0.66 0.28 0 0.13 205.07 0.68 0.58
Hex 4B A0 DD 42 1C 0 D CD 44 3A
Octal 113 240 335 102 34 0 15 315 104 72
Binary 1001011 10100000 11011101 1000010 11100 0 1101 11001101 1000100 111010

Color Harmonies of #4BA0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA0DD

Black with #4BA0DD

Text Example


Text Example

White with #4BA0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,160,221); }

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

background-color css

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

 a { background-color: rgb(75,160,221); }

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

border-color css

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

 span { border-color: rgb(75,160,221); }

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