Html Css Color HEX #4B9FCD Picton Blue

📋 copy color: '#4B9FCD'

red 75 ◦ green 159 ◦ blue 205

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

Shades of Picton Blue #4B9FCD

Tints of Picton Blue #4B9FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.22%

 BLUE value IS 205 (80.47% from 255) = 46.7%

R = 17.08%
G = 36.22%
B = 46.7%

CMYK

 C value IS 0.63

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4B9FCD (or 0x4B9FCD) is known color: Picton Blue. HEX triplet: 4B, 9F and CD. RGB value is (75,159,205). Sum of RGB (Red+Green+Blue) = 75+159+205=439 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.08% from 439); Green value is 159 (62.5% from 255 or 36.22% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #4B9FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B9FCD is #B46032. Grayscale: #8A8A8A. Windows color (decimal): -11821107 or 13475659. OLE color: 13475659.

HSL color Cylindrical-coordinate representation of color #4B9FCD: hue angle of 201.23º degrees, saturation: 0.57, 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 #4B9FCD is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 75 159 205 -
CMYK 0.63 0.22 0 0.20
HSL 201.23º 0.57% 0.55% -
HSV(B) 201.23º 0.63% 0.8% -
XYZ 26.32 30.7 62.3 -
YUV 139.13 165.17 82.26 -
System Red Green Blue C M Y K H S L
Decimal 75 159 205 0.63 0.22 0 0.20 201.23 0.57 0.55
Hex 4B 9F CD 3F 16 0 14 C9 39 37
Octal 113 237 315 77 26 0 24 311 71 67
Binary 1001011 10011111 11001101 111111 10110 0 10100 11001001 111001 110111

Color Harmonies of #4B9FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9FCD

Black with #4B9FCD

Text Example


Text Example

White with #4B9FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,159,205); }

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

background-color css

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

 a { background-color: rgb(75,159,205); }

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

border-color css

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

 span { border-color: rgb(75,159,205); }

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