Html Css Color HEX #4689BC Curious Blue

📋 copy color: '#4689BC'

red 70 ◦ green 137 ◦ blue 188

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

Shades of Curious Blue #4689BC

Tints of Curious Blue #4689BC

RGB

 RED value IS 70 (27.73% from 255) = 17.72%

 GREEN value IS 137 (53.91% from 255) = 34.68%

 BLUE value IS 188 (73.83% from 255) = 47.59%

R = 17.72%
G = 34.68%
B = 47.59%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4689BC (or 0x4689BC) is known color: Curious Blue. HEX triplet: 46, 89 and BC. RGB value is (70,137,188). Sum of RGB (Red+Green+Blue) = 70+137+188=395 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.72% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #4689BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4689BC is #B97643. Grayscale: #7A7A7A. Windows color (decimal): -12154436 or 12355910. OLE color: 12355910.

HSL color Cylindrical-coordinate representation of color #4689BC: hue angle of 205.93º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4689BC is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 137 188 -
CMYK 0.63 0.27 0 0.26
HSL 205.93º 0.47% 0.51% -
HSV(B) 205.93º 0.63% 0.74% -
XYZ 20.55 22.82 50.9 -
YUV 122.78 164.8 90.35 -
System Red Green Blue C M Y K H S L
Decimal 70 137 188 0.63 0.27 0 0.26 205.93 0.47 0.51
Hex 46 89 BC 3F 1B 0 1A CE 2F 33
Octal 106 211 274 77 33 0 32 316 57 63
Binary 1000110 10001001 10111100 111111 11011 0 11010 11001110 101111 110011

Color Harmonies of #4689BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4689BC

Black with #4689BC

Text Example


Text Example

White with #4689BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4689BC; }

 p { color: rgb(70,137,188); }

 H1.HeaderClassName
 {
   color: #4689BC;
 }
 .AnyTagClassName
 {
   color: #4689BC;
 }
</style>

background-color css

<style>
 a { background-color: #4689BC; }

 a { background-color: rgb(70,137,188); }

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

border-color css

<style>
 span { border-color: #4689BC; }

 span { border-color: rgb(70,137,188); }

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