Html Css Color HEX #4B9BDD Picton Blue

📋 copy color: '#4B9BDD'

red 75 ◦ green 155 ◦ blue 221

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

Shades of Picton Blue #4B9BDD

Tints of Picton Blue #4B9BDD

RGB

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

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

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

R = 16.63%
G = 34.37%
B = 49%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4B9BDD (or 0x4B9BDD) is known color: Picton Blue. HEX triplet: 4B, 9B and DD. RGB value is (75,155,221). Sum of RGB (Red+Green+Blue) = 75+155+221=451 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.63% from 451); Green value is 155 (60.94% from 255 or 34.37% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #4B9BDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B9BDD is #B46422. Grayscale: #8A8A8A. Windows color (decimal): -11822115 or 14523211. OLE color: 14523211.

HSL color Cylindrical-coordinate representation of color #4B9BDD: hue angle of 207.12º 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 #4B9BDD is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 75 155 221 -
CMYK 0.66 0.30 0 0.13
HSL 207.12º 0.68% 0.58% -
HSV(B) 207.12º 0.66% 0.87% -
XYZ 27.67 30.16 72.77 -
YUV 138.6 174.5 82.63 -
System Red Green Blue C M Y K H S L
Decimal 75 155 221 0.66 0.30 0 0.13 207.12 0.68 0.58
Hex 4B 9B DD 42 1E 0 D CF 44 3A
Octal 113 233 335 102 36 0 15 317 104 72
Binary 1001011 10011011 11011101 1000010 11110 0 1101 11001111 1000100 111010

Color Harmonies of #4B9BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9BDD

Black with #4B9BDD

Text Example


Text Example

White with #4B9BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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