Html Css Color HEX #4BBECD Viking

📋 copy color: '#4BBECD'

red 75 ◦ green 190 ◦ blue 205

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

Shades of Viking #4BBECD

Tints of Viking #4BBECD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.43%

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

R = 15.96%
G = 40.43%
B = 43.62%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4BBECD (or 0x4BBECD) is known color: Viking. HEX triplet: 4B, BE and CD. RGB value is (75,190,205). Sum of RGB (Red+Green+Blue) = 75+190+205=470 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.96% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #4BBECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBECD is #B44132. Grayscale: #9D9D9D. Windows color (decimal): -11813171 or 13483595. OLE color: 13483595.

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

Color convert

RGB 75 190 205 -
CMYK 0.63 0.07 0 0.20
HSL 186.92º 0.57% 0.55% -
HSV(B) 186.92º 0.63% 0.8% -
XYZ 32.33 42.73 64.3 -
YUV 157.33 154.9 69.28 -
System Red Green Blue C M Y K H S L
Decimal 75 190 205 0.63 0.07 0 0.20 186.92 0.57 0.55
Hex 4B BE CD 3F 7 0 14 BB 39 37
Octal 113 276 315 77 7 0 24 273 71 67
Binary 1001011 10111110 11001101 111111 111 0 10100 10111011 111001 110111

Color Harmonies of #4BBECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BBECD

Black with #4BBECD

Text Example


Text Example

White with #4BBECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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